语法
表达式.Activate
表达式 必选。一个代表 Window 对象的变量。
示例
本示例激活 Windows 集合中的下一个窗口。
function NextWindow() { //Two or more documents must be open for this statement to execute. ActiveDocument.ActiveWindow.Next.Activate() }